From 48f1b508d44022c04fcfb5cc7cf974ed564aa9b8 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 20 Nov 2000 16:17:34 +0000 Subject: [PATCH] (java-keywords): Add MATCH-HIGHLIGHT part for javadoc tags. --- lisp/font-lock.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index b1ba17eab76..9c7b58a9d39 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2899,7 +2899,8 @@ See also `java-font-lock-extra-types'.") "\\|link\\|return\\|see\\|serial\\|serialData\\|serialField" "\\|since\\|throws" "\\|version" - "\\)\\>")) + "\\)\\>") + '(1 font-lock-constant-face prepend)) '("@\\(param\\)\\>[ \t]*\\(\\sw+\\)?" (1 font-lock-constant-face prepend) (2 font-lock-variable-name-face prepend t)) -- 2.30.2